@charset "utf-8";
/* CSS Document @woniu*/

@media screen and (max-width: 768px) {
.pl02 {
padding-left: .4rem;
}
.pall02 {
padding-left: .4rem;
padding-right: .4rem;
}
}
@media screen and (min-width: 1200px) {
.layui-container {
	width: 1500px;
}
.layui-containers {
	width: 1250px;
	margin:0 auto;
}
}
.layui-col-space30 {
	margin: -0.325rem
}
.layui-col-space30>* {
	padding: 0.325rem
}
.layui-input-inline {
	width: 96%;
 margin: 0 0 .3rem 0;
}
/***head样式***/
.header {
	height: auto;
}

/*****logo样式****/
.main {
	width:96%;
	height: 80px;
	padding:10px 2%;
	background-color: rgba(255,255,255,.7);
	border-bottom: 1px solid rgba(255,255,255,.2);
    position: fixed;
	left: 0;
    top: 0;
    z-index: 99;
    transition: all .5s ease;
}
.main:hover,.main.active{ background:#fff; box-shadow: 0 0 15px rgb(0 0 0 / 20%);}
.logo {
}
.hd_tel{ 
	font-size: 20px;
    font-weight: 400;
    font-family: arial;
    color: #333;
    line-height: 80px;
	text-indent:30px;
	background:url(../images/dh2.png) left center no-repeat;
	margin-left:30px;
}

/****menu样式***/
.nav {
	height: 80px;
	overflow:hidden;
}
.nav li {
	display: block;
	float: left;
	height: 80px;
	line-height: 80px;
	padding:0 25px;
	text-align: center;
}
.nav li h3{ position:relative;}
.nav li h3:before {
	content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border: 8px solid;
    border-color: transparent transparent #01992c transparent;
    opacity: 0;
    transition: all .5s ease;
}
.nav li:hover h3:before {
	opacity: 1;
}
.nav li:hover a {
	color: #01992c;
}
.nav a {
	color: #333;
	font-weight:bold;
	display: block;
	font-size: 16px;
	position: relative;
	z-index: 1;
	transition: all .5s ease;
}

/***手机站menu***/
.navbar {
	height: 50px;
	line-height: 50px;
	float: right;
	overflow: hidden;
	margin-top: 30px;
}
.navbar .nav>li {
	position: relative;
	display: block;
	float: left;
}
.navbar .nav>li>a {
	font-weight: bold;
	position: relative;
	display: block;
	width: 110px;
	height: 50px;
	text-align: center;
	font-size: 16px;
}
.navbar .nav>li>a.active {
	background: #025b9a;
	color: #fff;
}
.navbar .nav>li:hover .box {
	display: block;
}
.navbar .nav>li:hover>a {
	color: #fff;
	background: #025b9a;
}
.navbar .nav .box {
	position: absolute;
	z-index: 99;
	top: 100%;
	left: 0;
	display: none;
	overflow: hidden;
	padding: 20px;
	background: #025b9a;
}
.navbar .nav .box.right {
	right: 0;
	left: auto;
}
.navbar .nav .box a {
	display: block;
	margin: 0 2em .8em 0;
	white-space: nowrap;
	color: #fff;
}
.navbar .nav .box a:hover {
	color: #aaceff;
}
.navbar .nav .box a.pic {
	margin: 0;
}
.navbar .nav .box .thumb {
	float: left;
	margin-bottom: -3000px;
	padding-bottom: 3000px;
}
.navbar .nav .box .menu {
	margin-left: 220px;
}
.navbar .nav .box img {
	display: block;
	max-width: 200px;
	border: 4px solid #fff;
}
.navbar .nav .cate {
	overflow: hidden;
	white-space: nowrap;
}
.navbar .nav .cate .item {
	display: block;
	float: left;
	margin-right: 20px;
	width: 16%;
}
.navbar .nav .cate .item:last-child {
	float: none;
	margin-right: 0;
	margin-left: 750px;
}
.navbar .nav .cate h4 {
	font-size: 1.1em;
	margin: 0;
}
.navbar .nav .cate img {
	width: 130px;
	height: 80px;
}
.navbar .nav .cate ul {
	padding-top: 1em;
}
.toggle {
	position: absolute;
	top: 0;
	right: 0;
	width: 56px;
	height: 66px;
	cursor: pointer;
}
.toggle .icon {
	top: 29px;
	left: 14px;
}
.toggle .icon, .toggle .icon::before, .toggle .icon::after {
	position: absolute;
	width: 30px;
	height: 4px;
	border-radius: 2px;
	background: #b2b2b2;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.toggle .icon::before, .toggle .icon::after {
	left: 0;
	content: '';
	background: inherit;
}
.toggle .icon::before {
	top: -9px;
}
.toggle .icon::after {
	top: 9px;
}
/* 手机站列表 */
.navigation, .cate-tree {
	line-height: 48px;
	position: absolute;
	z-index: 99;
	top: 100%;
	display: none;
	width: 100%;
	border-top: solid 3px #11790b;
	border-bottom: solid 3px #11790b;
	background: #fff;
}
.navigation .level-1>li::after, .cate-tree .level-1>li::after, .navigation .level-2>li::after, .cate-tree .level-2>li::after, .navigation .level-2>li::before, .cate-tree .level-2>li::before {
	position: absolute;
	top: 18px;
	right: 15px;
	width: 12px;
	height: 12px;
	content: '';
	background-size: cover;
}
.navigation .level-1 a, .cate-tree .level-1 a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-decoration: none;
	text-overflow: ellipsis;
	color: inherit;
}
.navigation .level-1 li, .cate-tree .level-1 li {
	position: relative;
	border-bottom: solid 1px #e4e4e4;
}
.navigation .level-1>li>a, .cate-tree .level-1>li>a {
	padding: 0 2em 0 1em;
}
.navigation .level-1>li::after, .cate-tree .level-1>li::after {
	background-position: -36px 0;
}
.navigation .level-1>li.active::after, .cate-tree .level-1>li.active::after, .navigation .level-1>li:hover::after, .cate-tree .level-1>li:hover::after {
	background-position: -96px 0;
}
.navigation .level-1>li.more::after, .cate-tree .level-1>li.more::after {
	background-position: -12px 0;
}
.navigation .level-1>li.more:hover::after, .cate-tree .level-1>li.more:hover::after {
	background-position: -72px 0;
}
.navigation .level-1>li.more.active::after, .cate-tree .level-1>li.more.active::after {
	background-position: -84px 0;
}
.navigation .level-1>li.active>a, .cate-tree .level-1>li.active>a, .navigation .level-1>li:hover>a, .cate-tree .level-1>li:hover>a {
	background-color: rgba(0, 0, 0, 0.05);
}
.navigation .level-2, .cate-tree .level-2 {
	display: none;
}
.navigation .level-2 a, .cate-tree .level-2 a {
	padding: 0 2em 0 3em;
}
.navigation .level-2 li:first-child, .cate-tree .level-2 li:first-child {
	border-top: solid 1px #e4e4e4;
}
.navigation .level-2 li:last-child, .cate-tree .level-2 li:last-child {
	border-bottom: none;
}
.navigation .level-2>li::before, .cate-tree .level-2>li::before {
	right: auto;
	left: 1.5em;
	background-position: 0 0;
}
.navigation .level-2>li::after, .cate-tree .level-2>li::after {
	background-position: -48px 0;
}
.navigation .level-2>li.active::after, .cate-tree .level-2>li.active::after {
	background-position: -108px 0;
}
.navigation .level-3, .cate-tree .level-3 {
	line-height: 40px;
	display: none;
}
.navigation .level-3 a, .cate-tree .level-3 a {
	font-size: .8em;
	padding-left: 4em;
}

/***首页选择我们***/
.sdys{ padding:50px 0; background:#f5f5f5;}
.sdys .icon{
	margin-left: -20px;
	padding-top: 29px;
	padding-bottom: 68px;
}
.sdys .icon .float_l{
	width: 280px;
	height: 289px;
	float:left;
	border: solid 1px #d3d3d3;
	margin-left: 19px;
	text-align:center;
}
.sdys .icon .float_l .h3{
	font-size: 20px;
	color: #454545;
	font-weight: 600;
	text-align: center
}
.sdys .icon .float_l .h3 span{
	margin: 0 3px;
	line-height: 20px;
}
.float_l:hover img{
	-webkit-text-fill-color: transparent;
    -webkit-animation: flipInY 1.5s;
}
.sdys .icon .float_l .xian{
	width: 33px;
	height: 2px;
	background: #049548;
	margin: auto;
	margin-top: 22px;
	margin-bottom: 14px;
}
.sdys .icon .float_l .p1{
	font-size: 14px;
	color: #454545;
	line-height: 24px;
	text-align: center;
	margin: auto;
}
.sdys .icon .float_l .p2{
	font-size: 14px;
	color: #454545;
	line-height: 24px;
	text-align: center;
	margin: auto;
}
.guanggao1 {
    background: url(../images/guanggao1.png) top center no-repeat;
    height: 142px;
}
/*****首页优势*****/
.box1 {
	overflow: hidden;
	padding: 75px 0;
}
.b1_tit {
	text-align: center;
	margin-bottom:50px;
	overflow:hidden;
}
.b1_tit h2 {
	font-size: 34px;
    color: #454545;
    font-weight: 600;
    text-align: center;
}
.b1_tit p{ 
	font-size: 16px;
    color: #454545;
    text-align: center;
    line-height: 30px;
    margin-bottom: 6px;
}

.about_fl{ width:94%;}
.about_fl h2{ line-height:28px; font-size:24px; color:#000;}
.about_fl h3{ 
	line-height: 1.8;
    font-size: 34px;
    font-weight: 700;
    color: #01992c;
    margin-top:30px;
    margin-bottom: 0;
    display-radio: 1;
}
.about_fl h4{ 
	border-top-width: 4px;
    border-top-color: #01992c;
    border-top-style: solid;
    max-width: 60px;
    margin-right: auto;
}
.about_fl .more{
	display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 180px;
    padding: 8px;
    margin-top: 2%;
    height: 48px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    line-height: 2;
    margin-right: auto;
    border-style: solid;
    border-width: 1px;
    border-color: #b9b9b9;
    color: #515151;
    background-color: rgba(255,255,255,0);
}
.about_fl .more:Hover{ background:#01992c; color:#fff;}
.about_con{ margin-top:20px; line-height:1.8; font-size:18px; color:#000;}
.about_con p{ text-indent:2em;}
.about-num {
	margin-top: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: none;
}
.about-num li {
	float: left;
	width: 31%;
	position: relative;
	padding-left: 2%;
	margin-bottom: 25px;
	margin-top: 15px;
	text-align: left;
	border-left: 1px solid #ccc;
}
.about-num li:before {
	content: '';
	position: absolute;
	left: -1px;
	top: 0;
	width: 3px;
	height: 30%;
	background: #0f790d;
	z-index: 1;
}
.about-num li h2 {
	font-family: 'Alternate Gothic', sans-serif !important;
	font-size: 40px;
	color: #333;
	line-height: 40px;
	font-weight: bold;
	display: inline-block;
}
.about-num li p {
	color: #999;
	font-size: 14px;
	line-height: 30px;
}
.about-num .count-unit {
	font-size: 16px;
	color: #0f790d;
	text-align: right;
	display: inline-block;
	font-style: normal;
}
.about-num li .bot p {
	font-size: 15px;
	color: #666;
	line-height: 24px;
}

.about_fr{ width:100%; overflow:hidden;}
.about_fr img{ width:100%; transition: all 0.5s ease-out;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}
.about_fr:hover img {
	transition: all 0.5s ease-out;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}

/*****首页产品展示***/
.product{ padding:50px 0; background:#f5f5f5;}
.prd_c{overflow:hidden; background:#fff; padding:10px;}
.prd_img{ width:100%; overflow:hidden; padding-bottom:130%; height:0;}
.prd_img img{ width:100%; transition: all 0.5s ease-out;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}
.prd_c:hover img{
	transition: all 0.5s ease-out;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}
.prd_txt{ width:100%; height:60px; line-height:60px; text-align:center; color:#333; font-size:20px; font-weight:bold;}
.product .more{width:184px; height:43px; line-height:43px; display:block; margin:30px auto 0 auto; border:1px solid rgba(18, 122, 12, 1); text-align:center; overflow:hidden; color:#0e823b;}

/*****首页应用范围***/
.index_case{ padding:50px 0;}
.index_case .relative{
	position: relative;
}
.swiper-button-prev-c{
	background: url("../images/swiper-button-prev-c1.png") no-repeat !important;
	width: 39px !important;
	height: 39px !important;
	margin-top: -40px !important;
	left: -50px !important;
	transition:all 0.3s ease-in-out;
}
.swiper-button-prev-c:hover{
	background: url("../images/swiper-button-prev-c2.png") no-repeat !important;
}
.swiper-button-next-c{
	background: url("../images/swiper-button-next-c1.png") no-repeat !important;
	width: 39px !important;
	height: 39px !important;
	margin-top: -40px !important;
	right: -50px !important;
	transition:all 0.3s ease-in-out;
}
.swiper-button-next-c:hover{
	background: url("../images/swiper-button-next-c2.png") no-repeat !important;
}
.index_case .title .h3{
	padding-top: 91px;
}
.index_case .title{
	padding-bottom: 32px;
}
.index_case .case .fl:nth-child(2n){
	margin: 0 18px;
}
.index_case .case .img{
	width: 357px;
	height: 260px;
	overflow: hidden;
}
.index_case .case .img img{
	width: 357px;
	height: 260px;
	transition:all 0.3s ease-in-out;
}
.index_case .case .fl:hover .img img{
	width: 357px;
	height: 260px;
	transform: scale(1.1);
}
.index_case .case .fl p{
	line-height: 54px;
	font-size: 18px;
	color: #333333;
	text-align: center;
	margin-bottom: 8px;
	transition:all 0.3s ease-in-out;
}
.index_case .case .fl:hover p{
	color: #049548;
}

/*****首页售后***/
.sh{ padding:50px 0; background:url(../images/beijing2.jpg) center center no-repeat; background-attachment: fixed !important;}
.shnr{ background-color: rgba(0, 0, 0, 0.45); text-align:center; padding:30px 0; overflow:hidden;}
.shnr h2{ line-height:37px; font-size:24px; color:#fff; letter-spacing: 2px; font-family: 微软雅黑; font-weight:bold;}
.shnr p{ line-height:20px; font-size:10px; color: #A9A9A9; margin-bottom:30px;}
.shnr h3{ line-height:30px; font-size:16px; color:#fff; letter-spacing: 1px; font-family: 微软雅黑;}
.sh .more{ width:184px; height:43px; line-height:43px; margin:20px auto 0 auto; background:rgba(14, 130, 59, 1); text-align:center; color:#fff; font-size:14px; display:block;}


/*****首页新闻资讯****/
.news{ padding:50px 0; overflow:hidden;}
.news .relative{
	position: relative;
}
.synews{ width:30.3333%; margin-right:1.5%; float:left; background:#f5f5f5; border-radius:20px; overflow:hidden; padding:1%;}
.synews:nth-child(3){ float:right; margin-right:0;}
.synews .img{ width:100%; height:0; float:left; padding-bottom:75%; overflow:hidden;}
.synews .img img{ 
	width:100%;
	transition: all 0.5s ease-out;
  -webkit-transform: scale(1, 1); 
     -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}
.synews:Hover .img img{
	transition: all 0.5s ease-out;
  -webkit-transform: scale(1.1, 1.1); 
     -moz-transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}
.synews h2{ line-height:30px; margin:10px 0; font-size:18px; font-weight:bold; color:#333; float:left; width:100%;}
.synews p{
	font-size: 14px;
    font-family: Microsoft YaHei;
    text-align: left;
    margin-bottom: 18px;
    color: rgba(0,0,0,.4);
    line-height: 1.5;
    min-height: 45px;
}
.swiper-button-prev-d{
	width: 40px;
    height: 40px;
	line-height:40px;
	text-align:center;
	color:#fff;
	font-size:20px;
    background: rgba(0,0,0,.2);
    border-radius: 50%;
	margin-top: -40px !important;
	left: 0 !important;
	transition:all 0.3s ease-in-out;
}
.swiper-button-prev-d:hover{
	background:#fc9b02;
}
.swiper-button-next-d{
	width: 40px;
    height: 40px;
	line-height:40px;
	text-align:center;
	color:#fff;
	font-size:20px;
    background: rgba(0,0,0,.2);
    border-radius: 50%;
	margin-top: -40px !important;
	right: 0 !important;
	transition:all 0.3s ease-in-out;
}
.swiper-button-next-d:hover{
	background:#fc9b02;
}


/****bottom****/
.bottom {
	padding:40px 0;
	background:url(../images/dibu1.jpg) center top no-repeat;
}
.bt_lx{ padding:0 20px; overflow:hidden; border-right:1px solid #fff; height:245px;}
.bt_lx h2{ font-size:18px; color:#fff; font-family: times new roman,times,serif; line-height:27px;}
.bt_lx h3{ font-size:14px; color:#fff; font-family: 微软雅黑; border-bottom:1px solid #fff; width:60px; float:left; line-height:23px;}
.bt_lx ul{ width:100%; float:left; overflow:hidden;}
.bt_lx li{ height:22px; line-height:22px; margin-top:20px; color:#fff; font-size:14px; font-family: 微软雅黑;}
.bt_lx h4{ width:100%; float:left; margin-top:20px; font-size:14px; color:#fff; margin-bottom:10px;}

.bt_ly{ padding:0 20px; overflow:hidden; height:245px;}
.bt_ly h2{ font-size:18px; color:#fff; font-family: times new roman,times,serif; line-height:27px;}
.bt_ly h3{ font-size:14px; color:#fff; font-family: 微软雅黑; border-bottom:1px solid #fff; width:60px; float:left; line-height:23px;}
.bt_ly ul{ width:100%; float:left; margin-top:20px;}
.bt_ly li{ margin-bottom:20px;}
.bt_ly li button{ width:100%; height:38px; line-height:38px; float:left; text-align:center; background:#fff;}
/*****footer***/
.footer-copy {
	padding: 30px 0;
	overflow: hidden;
	background: #125c11;
	color: #fff;
	text-align:center;
}
.footer-copy a {
	color: #fff;
}

/****手机站底部横条**/
.footer-fix {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 10;
	display: none;
}
.footer-fix li {
	float: left;
	width: 25%;
}
.footer-fix li a {
	display: block;
	text-align: center;
	padding: 7px 0;
	font-size: 12px;
	line-height: 1;
}
.footer-fix li i.i1 {
	background-image: url(../images/f_01.png);
}
.footer-fix li i.i2 {
	background-image: url(../images/f_02.png);
}
.footer-fix li i.i4 {
	background-image: url(../images/f_04.png);
}
.footer-fix li i.i3 {
	background-image: url(../images/f_03.png);
}
.footer-fix li i {
	display: block;
	height: 20px;
	background: no-repeat center;
	background-size: contain;
	margin-bottom: 4px;
}
.show-xs {
	display: none;
}
/*****关于我们单页****/
.gdf {
	background: #f2f2f2;
	height: 40px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}
.about_posion{ padding-top: 15px; padding-bottom: 15px; background:#eff1f5; overflow:hidden;}
.posion_fl{ float:left;}
.posion_fl a{ width:135px; height:43px; line-height:43px; text-align:center; float:left; margin-right:30px; background:#fff; font-size:16px; color:#212528;transition: all .5s ease;}
.posion_fl a:hover,.posion_fl a.active{ background:#01992c; color:#fff;}
.xc_bread_box{ font-size:14px; color:#212528; line-height:30px;}
.xc_bread_box a{ color:#212528;}

.aboutc_c{ padding:50px 0;}
.about_m h2{ 
	font-size: 26px;
    text-align: center;
    font-family: Microsoft YaHei;
    color: #333;
	padding-bottom:20px;
	border-bottom: 1px solid rgba(0,0,0,.1);
	margin-bottom:20px;
}
.about_m {
	margin-bottom: 20px;
	line-height: 30px;
	font-size: 16px;
}
.about_m h3 {
	font-size: 18px;
	font-weight:bold;
	color: #333;
	text-align: center;
}
.ab_nr {
	font-size: 16px;
	line-height: 30px;
}
.ab_nr p{text-indent: 2em;}
/*****联系我们单页***/
.lxfs_fl{ width:500px; float:left;}
.lxfs_fl h2{color: #137b12; font-size: 24px; font-weight:bold;}
.lxfs_fl h3{ color: #c8c8c8; font-size: 30px; margin-top:10px; margin-bottom:20px;}
.lxfs_fl p{ font-size:18px; color:#000; line-height:40px;}
.lxfs_fr{ width:1000px; float:right}

/*****新闻中心****/
.news_fl{ float:left;}
.news_fl a{ width:135px; height:43px; line-height:43px; text-align:center; float:left; margin-right:30px; border: 1px solid #eee; font-size:16px; color:#212528;transition: all .5s ease;}
.news_fl a:hover,.news_fl a.active{ background:#01992c; color:#fff;}
.newsc_c{ background:#f7f7f7; padding:60px 0;}
.new_c{ padding:0 2%; overflow:hidden; margin-bottom:40px; transition: all .5s ease;}
.new_img{ width:100%; height:0; padding-bottom:75%; overflow:hidden;}
.new_img img{ 
	width:100%;
	transition: all 0.5s ease-out;
  -webkit-transform: scale(1, 1); 
     -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}
.new_c:Hover .new_img img{
	transition: all 0.5s ease-out;
  -webkit-transform: scale(1.05, 1.05); 
     -moz-transform: scale(1.05, 1.05); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}
.newstt{ width:100%;}
.newstt h2 {
    line-height: normal;
    font_radio: 2;
    font-size: 16px;
    color: #333;
    margin-top: 20px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition-property: all;
    transition-duration: .6s;
    transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
    display-radio: -webkit-box;
    font-weight: 700;
}
.newstt p{
    min-height: 20px;
    font_radio: 2;
    font-size: 14px;
    color: #8a8a8a;
    margin-top: 8px;
    font-family: Arial;
    line-height: 1;
}
.newstt h3{
    line-height: 1.5;
    font_radio: 2;
    font-size: 14px;
    color: #777;
    margin-top: 20px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}
.newstt hr{
    border-top:1px solid #f4f4f4;
    max-height: 1px;
}
.new_c:hover{ margin-top:-20px; margin-bottom:60px;}
.new_c:hover .newstt h2{ color:#01992c; text-decoration:underline;}

/****新闻内页***/
.nnewsfr{ width:66%; float:left; background:#fff; padding:2%}
.nnewsfr h2{
	font-size: 30px;
    color: #000;
    line-height: 1.5;
    text-align: center;
    font-weight: 700;
}
.nnewsfr h3{
	border-top:1px solid #ddd;
	margin-top:20px;
	padding-top:20px;
	font-size:14px;
	color:#212528;
	text-align:center;
	margin-bottom:30px;
}
.nnews_c{ width:100%; line-height:30px; font-size:16px; margin-bottom:20px;}
.nnews_c p{ text-indent:2em;}
.nnews_c img{ display:block; margin-left:auto; margin-right:auto; max-width:100%;}
.nnews_fl{ width:25%; float:right;}
.nnews_xw{ background:#fff; padding:20px;}
.nnews_xw h2{
	line-height: normal;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #444;
    margin-bottom: 20px;
}
.gsxwxh{ width:100%; margin-bottom: 20px;}
.gsxwxh h3{
	line-height: 1.5;
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: #444;
    font-weight: 700;
    display-radio: -webkit-box;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.gsxwxh p{
	min-height: 20px;
    font-size: 14px;
    color: #5a5a5a;
    line-height: 1.5;
}
.gsxwxh:hover h3{ color:#f08200;}

.nnews_lx{ background:#fff; padding:20px; margin-top:20px; overflow:hidden;}
.nnews_lx h2{
	line-height: normal;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #444;
    margin-bottom: 20px;
}

.nnews_lx p{
	line-height: 1.5;
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: #444;
    font-weight: 700;
    display-radio: -webkit-box;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-bottom:10px;
}

/******产品中心****/
.nnproduct{ padding:50px 0;}

/*****产品内页****/
.cpnr{ margin-top:55px;}
.cpnr h1 {
    font-size: 24px;
    color: #222423;
    font-weight: bold;
}
.time{ margin-top:35px; padding-bottom: 20px;
    border-bottom: 1px solid #F1F1F1;
    margin-bottom: 50px;
	overflow:hidden;
}
.prod_img{ width:100%; float:left; overflow:hidden; margin-bottom:10px; font-size:16px; line-height:30px;}
.prod_img img{ display:block; margin-left:auto; margin-right:auto; max-width:100%;}


@media screen and (max-width: 768px) {
.hide-xs {
	display: none;
}

.show-xs {
	display: block;
}
.layui-container{ padding:0 10px;}
.header {
	height: auto;
	background: none;
}
.main {
	height: auto;
	padding:0;
	width:100%;
}
.logo {
	height: auto;
	margin: 0;
}
.logo img{ height:60px;}
.banner{ margin-top:60px;}
.sdys{ padding:20px 0; overflow:hidden;}
.b1_tit{ margin-bottom:10px;}
.sdys .icon{ margin-left:0; padding-bottom:0;}
.sdys .icon .float_l{ margin-bottom:10px; margin-left:0; width:100%;}
.box1{ padding:20px 0;}
.about_fl{ width:100%;}
.product{ padding:20px 0;}
.index_case .case .img{ width:100%;}
.index_case .case .img img{ width:100%;}
.index_case .case .fl:nth-child(2n){ margin:0;}
.index_case{ padding:20px 0; overflow:hidden;}
.news{ padding:20px 0;}
.synews{ width:94%; padding:3%; margin-bottom:10px; margin-right:0;}
.footer-copy{ margin-bottom:30px;}
.bt_lx{ border:0;}
.aboutc_c{ padding:20px 0;}
.nnewsfr{ width:96%;}


.lxfs_fl{ width:100%;}
.lxfs_fr{ width:100%;}
}
